DataInputService.updateDataStorageRecord Method

Updates a data storage record.
 

Parameters

dataCubeId

Type: String
The ID of the data cube.
transformId

Type: string
The ID of the data input transform.
recordId

Type: String
The ID of the record to update.
columnName

Type: String
The name of the column to update.
value

Type: Object
The new value to use for the data storage record item.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.